scale: Add property annotations
authorMatthias Clasen <mclasen@redhat.com>
Thu, 25 Feb 2021 12:01:55 +0000 (07:01 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:33 +0000 (16:37 +0000)
Connect properties, getters, and setters with annotations

gtk/gtkscale.c

index 59c80371d13f27187930445ca6557a65e1c17845..a05ccccad1b2227978d2b2a598c2663aeba73923 100644 (file)
@@ -46,9 +46,7 @@
 
 
 /**
- * SECTION:gtkscale
- * @Short_description: A slider widget for selecting a value from a range
- * @Title: GtkScale
+ * GtkScale:
  *
  * A `GtkScale` is a slider control used to select a numeric value.
  *